SCTimer/PWM (SCT) Two channel PWM example
======================================================
Example description
------------------------------
LPC5411x SCT Two channel PWM program for LPCXpresso board

1. SCTimer/PWM in 32-bit unified mode generates 2 PWM signals @SCT_OUT2 and SCT_OUT4.
2. SCT_OUT2 and SCT_OUT4 are linked to P0_29 (Red LED) and P1_10 (Green Led).
3. SCT_IN1 input from switch (SW1) is used to select the active PWM signal amonst the two.
4. Green LED flashes with short duty cycle while the red LED flashes with long duty cycle.


Special connection requirements
-------------------------------
LPC54114 LPCXpresso board:
Alternatively you can connect 2 channels of oscilloscope to P0_29 and P1_10 to monitor 2 PWM Channels.


Build procedures:
-----------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
